
/*.nav_list a{
	text-shadow: 2px 1px 2px black;
	letter-spacing: 1px;
	text-decoration:none;
	padding: 5 13 5 10;
    margin: 0px 12px;
	color: white;
	font-size: 16px;
	transition: all 0.1s linear;
}

.nav_list a:hover{  
	text-shadow: 0px 0px 0px white;
	border-radius: 4px;
	border-bottom-right-radius: 20px;
    background-color: #ffffff;
    box-shadow: 5px 5px 20px #1b583b;
    border-bottom: 2px solid #404040;
    color: #107545;
}*/

.menu > ul > li a {
    padding: 0 20 0 20;
    color: white;
    font-size: 16px;
}

.menu > ul > li:hover {
    background: #107545;
}

.menu_a1{
	text-shadow: 1px 2px 2px black;
}

/* 部分首页样式 */

.wc_i3{
    border-radius: 50%;
    padding: 20px;
    font-size: 45px;
    background-color: white;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    color: #a951ed;
}
.wc_p13{
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 1px;
    color: #a951ed;
    font-weight: 700;
}
.wc_p23{
    font-size: 16px;
    line-height: 1.7;
    color: #4c4c4c;
}
.wc17{
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    width: 300px;
    float: right;
}
.wc14{
    margin-top: -50px;
    width: 350px;
    margin-left: 100px;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
}
.wc_i1{
    border-radius: 50%;
    padding: 20px;
    font-size: 45px;
    background-color: white;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    color: #107545;
}
.wc11{
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    width: 350px;
    float: right;
}
.wc13{
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    width: 300px;
    margin-top: 150px;
    position: absolute;
    margin-left: 50px;
}
.wc_p11{
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 1px;
    color: #107545;
    font-weight: 700;
}
.wc_p21{
    font-size: 16px;
    line-height: 1.7;
    color: #4c4c4c;
}
.wc12{
    width: 350px;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    margin-top: 40px;
}
.wc16{
    position: absolute;
    margin-top: 200px;
    margin-left: -230px;
    width: 290px;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
}
.wc_i2{
    border-radius: 50%;
    padding: 20px;
    font-size: 45px;
    background-color: white;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    color: #ff4900;
}
.wc_p12{
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 1px;
    color: #ff4900;
    font-weight: 700;
}
.wc_p22{
    font-size: 16px;
    line-height: 1.7;
    color: #4c4c4c;
}
.wc_big_title{
    margin-top: 24px;
    position: absolute;
    font-size: 32px;
    margin-left: 20px;
    /*font-weight: 700;*/
    /*text-shadow: 2px 2px 1px black;*/
    letter-spacing: 2px;
}
.middle_mt{
    text-align: center;
    padding-top: 30px;
}
.middle_mt ul{
    display: table;
    margin: 0px auto;
}
.middle_mt li{
    padding: 0px 20px;
    float: left;
}
.middle_mt img{
    width: 150px;
}
.middle_gx{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
}
.gx_box{
    text-align: center;
    margin-top: 50px;
}
.gx_i{
    color: #59d490;
    box-shadow: 8px 10px 20px 0 rgba(46,61,73,.15);
    font-size: 40px;
    background-color: white;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.gx_p1{
    font-size: 24px;
    letter-spacing: 1px;
    color: #48b77a;
}
.gx_p2{
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    margin: 10px 0px 30px 0px;
    color: #656565;
}
.box_bottom_li1{
    margin-bottom: 10px;
}
.box_bottom_li1 a{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 75%;
    color:#555;
}
.whyChoose img{
    border-radius: 5px;
}

.notice_url{
    color:white;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: absolute;
    width: 450px;
}
.notice_url:hover{
    color: yellow;
}
.notice_url:visited{
    color: white;
}
.notice_url2:hover{
    color: white;
}
/*swiper轮播图按钮样式*/
.swiper-pagination-bullet {
    padding-bottom: 21px;
    border: 1px solid;
    width: 23px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: white;
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: #000000;
}
.swiper-wrapper img{
    border-radius:10px;
}
a {text-decoration:none}
a:hover{
   text-decoration:none 
}
ul{
    padding-left: 0px;
}
.bg1{  
    box-shadow: 0px 2px 50px #7d7d7d;
    content: "";
    width: 100%;
    height: 700px;
    z-index: -1000;
    /*background: linear-gradient(to bottom right,#3f9727,#0f2d07);*/
    background: #48793a;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skew(0deg,-15deg);
    transform: skew(0deg,-15deg);
}